home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / bash / bash_110 / mint / bash110s.zoo / README.MiNT
Encoding:
Text File  |  1991-11-09  |  2.2 KB  |  55 lines

  1. Hello world!
  2.  
  3. This is part of Dave Gymer's (that's me!) GNU Bash 1.10 port; the
  4. following files have been posted:
  5.  
  6.     bash110s.zoo - shell source (as distributed) and documentation
  7.     bash110b.zoo - shell binary
  8.     bash110d.zoo - diffs for MiNT version
  9.     readline.zoo - source for readline library
  10.     glob.zoo - source for glob library
  11.  
  12. Well, after many months of putting it off, I finally got round to porting
  13. a new version of GNU Bash. This is version 1.10; it's even newer than the
  14. one I use on Eunuchs!
  15.  
  16. First, some warnings:
  17.  
  18. YOU WILL NEED MiNT 0.9 TO RUN THIS. It is unlikely that it'll run under
  19. older versions. It will not run under TOS; don't even bother trying.
  20.  
  21. IT'S GROWN! Bash 1.10 is about 50k larger than 1.05 (my last port).
  22.  
  23. But don't be put off; if you're running MiNT you're probably a fanatic (like
  24. me) and have lots of memory and disk space.
  25.  
  26. This port was done with GCC 1.39 and Eric Smith's MiNT library (mntlib)
  27. patchlevel 14. I wouldn't like to try it with any other setup (except, of
  28. course, a newer version of the GCC). I have the GNU glob and readline
  29. libraries installed as standard on my ST; source for these is posted
  30. sperately.
  31.  
  32. Some things to watch out for:
  33.  
  34. File extensions on executables are _not_ considered special; if you want to
  35. run `zoo.ttp', you must type `zoo.ttp' (but this is not really much trouble;
  36. you can type `zoo' and then just hit Tab to complete the name).
  37.  
  38. Executables must have the X bit set; this means that binaries on TOS
  39. paritions _must_ have a .ttp (or .prg etc.) extension. Most of my hard
  40. drive is made of Minix partitions, so this isn't a problem for me.
  41.  
  42. Most of bash's startup files begin with a period ('.'). The net result of
  43. this is that it's impractical to have a home directory on a TOS filesystem.
  44. This is different from 1.05, where Eric Smith changed the filenames; that
  45. was before the advent of Minix partitions for MiNT. If enough people want
  46. this changed, I guess it'd be easy enough to make this a compile-time option.
  47.  
  48. Bug reports, patches, funny poems, and suggestions to
  49.  
  50. dpg@Cs.Nott.AC.UK, or (if you can't get me that way)
  51. Dave Gymer, 42 St Mary's Park, Louth, Lincs, LN11 0EF, England
  52.  
  53. -- `Grave' Dave.
  54. 09 Nov 91
  55.